sql语法错误 正确写法 传递的参数 (mybatis中) sql写法 还有一个错误:在批量删除时,如果传递 string a="1,2,3,4"; 那么删除只能删除一个,所以只能使用foreach循环; ...
分类:
其他好文 时间:
2020-05-04 09:28:25
阅读次数:
70
nginx 必须启用 启用 --with-stream 模块。 可下载源码编译。 nginx.conf的配置: worker_processes 1; events { worker_connections 1024; } stream { server{ listen 1521 so_keepal ...
分类:
数据库 时间:
2020-05-03 22:01:32
阅读次数:
373
Mooncake is a Chinese bakery product traditionally eaten during the Mid-Autumn Festival. Many types of fillings and crusts can be found in traditional ...
分类:
其他好文 时间:
2020-05-03 21:57:42
阅读次数:
87
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.58.dylib
Referenced from: /usr/local/bin/node
Reason: image not found
dyld: Library... ...
分类:
其他好文 时间:
2020-05-03 21:42:45
阅读次数:
520
https://blog.lufei.so/#/collisionDetection/GJK/1 https://blog.lufei.so/#/collisionDetection/GJK/2 现实世界里我们对于是否碰撞的判断可以说极其容易而且准确,比如下图。在二进制的世界里,一切就没这么直观了。 ...
分类:
编程语言 时间:
2020-05-03 18:27:03
阅读次数:
176
子组件: 子组件通过this.$emit()的方式将值传递给父组件 注意:这里的func是父组件中绑定的函数名 父组件: 好了,so easy! ...
分类:
其他好文 时间:
2020-05-03 18:18:16
阅读次数:
39
一、Dockerfile 1.Dockerfile格式2.Dockerfile指令3.Build镜像4.构建Nginx,PHP,Tomcat基础镜像5.快速搭建LNMP网站平台 1、Dockerfile格式 2、Dockerfile指令 [root@docker01 ~]# docker histo ...
分类:
其他好文 时间:
2020-05-03 17:03:23
阅读次数:
150
{ This is a dependency issue for etherape. Please install libgnomeui to fix it: sudo apt install libgnomeui-0 } ...
分类:
其他好文 时间:
2020-05-03 01:16:28
阅读次数:
86
encounter zero Mrs. Tusk? Jean, please. You must be Frank. Come in. So nice to meet you. The guest room is this way. It is very kind of you to have in ...
分类:
其他好文 时间:
2020-05-02 11:52:29
阅读次数:
55
起因:今天练习 SpringBoot 下 Mybatis 使用的时候报了一个奇怪的错误 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): mapper.CustomerMapper.get ...
分类:
移动开发 时间:
2020-05-01 22:11:39
阅读次数:
378